.usp-title {
    font-family: poppins !important;
    color: #f7f7f7 !important;
}
.puzzle_box {
    width: auto;
    display: flex;
    flex-direction: column;
}

.puzzle_box ul {
    width: 100%;
    display: flex
}

.puzzle_box ul li {
    height: 360px;
    display: flex
}

.puzzle_box ul li .box {
    padding: 30px 10px;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-style: solid;
    border-color: #e6e6e6
}

.puzzle_box ul li .box .icon {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center
}

.puzzle_box ul li .box .icon img {
    align-self: center;
    display: flex;
    max-width: 65px
}

.puzzle_box ul li .box .usp_title {
    padding: 15px 0;
    text-align: center;
    line-height: 22px;
    color: #003C8C;
    font-weight: 600;
    width: 100%
}

.puzzle_box ul li:nth-child(1) {
    align-items: flex-end
}

.puzzle_box ul li:nth-child(1) .box {
    border-width: 0px 0px 0px 0px
}

.puzzle_box ul li:nth-child(2) {
    flex-direction: column
}

.puzzle_box ul li:nth-child(2) .box:nth-child(2) {
    border-width: 0px 1px 1px 0px
}
.our_usp_blocks ul li .solid {
    background-color: #a61b20 !important;
}

.puzzle_box ul li:nth-child(3) .box {
    border-width: 1px 1px 1px 0
}

.puzzle_box ul li .solid {
    background-color: #dc0000
}

.puzzle_box ul li .solid .usp_title {
    color: #fff;
    font-weight: 400
}

.our_usp_blocks {
    width: 100%;
    display: flex;
    flex-direction: column
}

.our_usp_blocks ul {
    width: 100%;
    display: flex
}

.our_usp_blocks ul li {
    height: auto;
    height: 500px
}

.our_usp_blocks ul li .box {
    padding: 30px;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-style: solid;
    border-color: #e6e6e6
}

.our_usp_blocks ul li .box .icon {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center
}

.our_usp_blocks ul li .box .icon img {
    align-self: center;
    display: flex
}

.our_usp_blocks ul li .box .usp_title {
    padding: 15px 0;
    text-align: center;
    line-height: 22px;
    color: #777777;
    font-weight: 600;
    width: 100%
}

.our_usp_blocks ul li:nth-child(2) .box {
    border-width: 1px 1px 0 0
}

.our_usp_blocks ul li:nth-child(3) .box {
    border-width: 1px 1px 1px 0;
    background-color: #fff
}

.our_usp_blocks ul li:nth-child(4) .box {
    border-width: 1px 1px 1px 1px
}

.our_usp_blocks ul li:nth-child(3) {
    padding-top: 125px
}

.our_usp_blocks ul li:nth-child(4) {
    padding-top: 250px;
    margin-left: -1px
}

.our_usp_blocks ul li .solid {
    background-color: #00a0dc
}

.our_usp_blocks ul li .solid .usp_title {
    color: #777777;
}

.icon img {
    height: 90px;
    width: 90px;
}



